home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.fsingle == 1)
- {
- if(_root.playername == "" || _root.playername == undefined)
- {
- this.attachMovie("警告-未入力","NoName",1);
- this.NoName._x = 0;
- this.NoName._y = 12;
- }
- else if(_root.playername.length > 20)
- {
- this.attachMovie("警告-入力桁超","InputOver",1);
- this.InputOver._x = 0;
- this.InputOver._y = 12;
- }
- else
- {
- _root.fsingle = 0;
- var postForm = new LoadVars();
- postForm.playern4m3 = _root.playername;
- postForm.score2a5fe = _root.bestSCORE[3];
- postForm.titlef3g8o = _root.bestSCORE[3];
- postForm.specal77vq = "SINGLE";
- postForm.useridms50 = _root.GameID;
- postForm.threadid39 = _root.ThreadID;
- postForm.send("ranking2.php","_blank","POST");
- _root.TourokuBT.removeMovieClip();
- }
- }
- }
-